home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol C-14
/
Vol C-14.iso
/
games
/
vaquinha.swf
/
scripts
/
frame_21
/
DoAction_4.as
< prev
next >
Wrap
Text File
|
2012-04-23
|
234b
|
16 lines
if(gameover eq true)
{
tellTarget("explorer")
{
skill = eval("..:skilllevel");
if(-1 < this.scores)
{
gotoAndStop(4);
}
else
{
gotoAndPlay(11);
}
}
}